home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util1 / instbbfl.rea < prev    next >
Text File  |  1996-02-22  |  2KB  |  42 lines

  1. Short:    Install Drives with BootBlock from File 
  2. Author:   dingler@ivs.wi.ba-ravensburg.de (Wolfgang Dingler)
  3. Uploader: dingler@ivs.wi.ba-ravensburg.de (Georg Dingler)                     
  4. Type:     util/misc
  5.  
  6.  InstallBBFromFile is a little ShellCommand with which a BootBlock
  7.  that was saved in a File can be written to several Drives in one step.
  8.  
  9.  USAGE : InstallBBFromFile [r] DFa[,DFb,DFc,DFd] <BB_File>
  10.  
  11.          The CommandLine must be in that format, always
  12.          at least one blank or exactly one comma.
  13.          Start from Workbench is not possible. 
  14.  
  15.  [r] : this is optional ; if it is set, a WorkBenchRequester
  16.        will appear which asks if the Drives really should be
  17.        installed ; without that option the BootBlock is written
  18.        to the Drives immediately after start 
  19.        (must be lowercase)
  20.        
  21.  DFa[,....] : max. 4 Drives (at least one) to which the BootBlock
  22.               is written if a Disk is inserted (the old Bootblock 
  23.               is overwritten !) ; case insensitive    
  24.  
  25.  <BB_File>  : Filename (optional with path) of the File where the
  26.               BootBlock to be installed was saved (the first 1024 Bytes
  27.               are considered as BootBlock, the checksum must already be
  28.               correct !) ; default directory is the directory from which
  29.               was started 
  30.               
  31.              example :  InstallBBFile r DF2,DF0,DF1 ram:BB_Dat
  32.  
  33.              A BootBlock that was saved in the File RAM:BB_Dat is installed
  34.              to the Disks in DF0,DF1 and DF2 after the Requester has been
  35.              answered.
  36.  
  37.  --------------------------------------------
  38.  
  39.   Freeware.  Requires KickOS 2.04 or higher.
  40.  
  41.   Use of all programs in the instBBFile-Archive is at one`s own risk.
  42.